home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / backup / win rescue 95 302 / rescue98.exe / 0 / RCDATA / TFDIRFORM / TFDIRFORM.txt
Text File  |  1999-01-14  |  1KB  |  71 lines

  1. object FDIRFORM: TFDIRFORM
  2.   Left = 253
  3.   Top = 109
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select a Directory'
  8.   ClientHeight = 295
  9.   ClientWidth = 273
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 25
  22.     Height = 13
  23.     Caption = 'Path:'
  24.   end
  25.   object BT_Cancel: TButton
  26.     Left = 157
  27.     Top = 256
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = '&Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 0
  34.   end
  35.   object BT_OK: TButton
  36.     Left = 40
  37.     Top = 256
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 40
  47.     Top = 4
  48.     Width = 225
  49.     Height = 21
  50.     TabOrder = 2
  51.     Text = 'c:\windows'
  52.   end
  53.   object DirectoryListBox1: TDirTree
  54.     Left = 8
  55.     Top = 32
  56.     Width = 257
  57.     Height = 209
  58.     Directory = '?'
  59.     ReadOnStart = True
  60.     DirType = [dtNormal, dtAll]
  61.     AllowNetwork = True
  62.     GoBelowRecycleBin = True
  63.     FastLoad = False
  64.     HideSelection = False
  65.     OnChange = DirectoryListBox1Change
  66.     ParentColor = False
  67.     TabOrder = 3
  68.     OnClick = DirectoryListBox1Click
  69.   end
  70. end
  71.